From: Juanma Barranquero Date: Sat, 16 Apr 2011 03:44:06 +0000 (+0200) Subject: lisp/ChangeLog, src/ChangeLog: Fix typos. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4116 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a0e7d65f89dd90d7935f6059d71c76a3a81d37c5;p=emacs.git lisp/ChangeLog, src/ChangeLog: Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa1889cb866..e5bea60d3c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -228,7 +228,7 @@ 2011-04-06 Juanma Barranquero * files.el (after-find-file-from-revert-buffer): Remove variable. - (after-find-file): Dont' bind it. + (after-find-file): Don't bind it. (revert-buffer-in-progress-p): New variable. (revert-buffer): Bind it. Pass nil for `after-find-file-from-revert-buffer'. diff --git a/src/ChangeLog b/src/ChangeLog index 39020fd7443..3e587801479 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -39,10 +39,10 @@ 2011-04-15 Ben Key - * keyboard.c (Qundefined): Don't declare static since it is - used in nsfns.m. - * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't - declare static since they are used in nsfont.m. + * keyboard.c (Qundefined): Don't declare static since it is used + in nsfns.m. + * xfaces.c (Qbold, Qexpanded, Qitalic, Qcondensed): Don't declare + static since they are used in nsfont.m. 2011-04-15 Stefan Monnier